home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 7_docs / Introduction < prev    next >
Encoding:
Text File  |  2001-03-21  |  3.0 KB  |  63 lines

  1. Crash Course in irc with EPIC                                             
  2.  
  3. You are using the EPIC irc client.  Assuming you have the correct help
  4. files for your client, you are using version 4 of EPIC.  EPIC is a variant
  5. of the ircII client that contains countless enhancements, while retaining
  6. near full backward compatibility with ircII version 2.8.2.
  7.  
  8. EPIC offers a staggering number of features, far too many to describe here.
  9. Instead, this document will show you the basics you'll need to get started
  10. with irc and with EPIC.
  11.  
  12. All commands in EPIC are prefixed with a '/'.  This is called the command
  13. character, and is used to distinguish typed commands from messages intended
  14. for a channel.  Here are some basic commands that you should become familiar
  15. with.  In these examples, do not actually include the <> characters when you
  16. enter the command.
  17.  
  18.    /help <n> <topic>   This is the single most important command available
  19.                        in this client.  If you don't know what a command
  20.                        does, chances are it is documented in the online
  21.                        help.  When all else fails, look here.  The 'n' is
  22.                        a section number, and 'topic' is the command to
  23.                        get help on.  If you use /help by itself, a list
  24.                        of sections is given.
  25.  
  26.    /join <channel>     This makes you join the specified channel.  For all
  27.                        intents and purposes, channels always start with a
  28.                        '#' character.
  29.  
  30.    /part <channel>     This makes you leave the specified channel.
  31.  
  32.    /nick <new nick>    This lets you choose a new nickname.  You may use
  33.                        any nickname you like, as long as someone else isn't
  34.                        currently using it.
  35.  
  36.    /msg <someone>      This lets you send a private message to the specified
  37.                        nickname.
  38.  
  39.    /server <server>    This lets you switch to a new irc server.
  40.  
  41.    /whois <someone>    This will give you some information about the given
  42.                        nickname, such as the person's Internet address, the
  43.                        channels and server s/he is on, etc.
  44.  
  45.    /names <channel>    This shows you a list of everyone on the specified
  46.                        channel.  You will automatically see a listing for
  47.                        any channel you join.
  48.  
  49.    /list               This lets you list all the channels on your irc
  50.                        network.  This may not be a good idea, because some
  51.                        networks have several thousand channels.
  52.  
  53. These commands should be sufficient to get you started.  If you want to learn
  54. more about EPIC, reading the online help is a good way to start.  If you have
  55. questions about irc in general, join one of the irc help channels and ask
  56. someone.  On EFnet, the channel is #irchelp, on Undernet it's #wasteland, and
  57. on DALnet it's #dalnethelp.
  58.  
  59. See Also:
  60.    help(1); join(1); list(2); msg(1); names(2); nick(1); part(1); server(1);
  61.    whois(2)
  62.  
  63.